From 003f367e8d50fa2403ab37e5595e06ca7f1821ff Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 7 Jun 2021 11:51:06 +0200 Subject: [PATCH] treewide: fix "promiscious" typo Signed-off-by: Jo-Philipp Wich (backported from commit b5832d134e0e38609ea8a2d83b8aa62e0e662f24) --- .../htdocs/luci-static/resources/tools/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js b/modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js index 0e28a2be94..b134390a42 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js @@ -695,7 +695,7 @@ return baseclass.extend({ o.datatype = 'uinteger'; o.depends('type', ''); - o = this.addOption(s, 'devadvanced', form.Flag, 'promisc', _('Enable promiscious mode')); + o = this.addOption(s, 'devadvanced', form.Flag, 'promisc', _('Enable promiscuous mode')); o.default = o.disabled; o.depends('type', ''); -- 2.30.2